SPWebApplication.DisableCoauthoring property
Obtém ou define um valor booleano que especifica se o bloqueio de arquivos compartilhados é habilitado para coautoria Microsoft Office, an integrated system of programs, servers, and services documentos.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property DisableCoauthoring As Boolean
Get
Set
'Uso
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.DisableCoauthoring
instance.DisableCoauthoring = value
public bool DisableCoauthoring { get; set; }
Property value
Type: System.Boolean
Boolean
false se compartilhado de bloqueio de arquivo estiver habilitado; Caso contrário, true. Essa propriedade sempre retorna true se a propriedade DisableCoauthoring estiver definida no nível do farm na classe SPWebService .