[This is preliminary documentation and is subject to change.]
            Activates the publish Url
            
    Namespace: 
   OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string ActivatePublishUrl( int userId, int groupId, bool showEvents, bool enableRequestFeature, int requestToUserId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ActivatePublishUrl ( _ userId As Integer, _ groupId As Integer, _ showEvents As Boolean, _ enableRequestFeature As Boolean, _ requestToUserId As Integer _ ) As String  | 
| Visual C++ | 
|---|
public: String^ ActivatePublishUrl( int userId, int groupId, bool showEvents, bool enableRequestFeature, int requestToUserId )  | 
Parameters
- userId
 - Type: System..::.Int32
 
- groupId
 - Type: System..::.Int32
 
- showEvents
 - Type: System..::.Boolean
 
- enableRequestFeature
 - Type: System..::.Boolean
 
- requestToUserId
 - Type: System..::.Int32
 
